

button{
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
}

a,img{
	-webkit-touch-callout: none;
	/*禁止长按链接与图片弹出菜单*/
}

a,input{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*去除(安卓,苹果)自带阴影的样式*/
}
/*
a {
	text-decoration: none;
	color: #000;	
}

a:hover {
	text-decoration: none;
	color: #000;
}*/

/*img{
	max-width: 100%;
	border: 0;
	display:block;
	vertical-align:middle; 
}*/

p {
	margin: 0;
}

i{
	font-style: normal;
}

ul,ol {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


input,
textarea {
	border: none;
	resize: none;
	outline: none;
	/*清除默认选中框*/
	/*-webkit-appearance: none;*/
	/*清除移动设备的样式*/
}


/*清除浮动*/

.clearfix::before,
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/*通用栏*/
.layout{
	min-width: 300px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	background: url(../image/bc.png) no-repeat;
	background-size: 100% auto;
}